Qt调用Basler相机取图
.
├── Demo_BaslerCamera_Qt-master
│ ├── BaslerCamera
│ │ ├── sbaslercameracontrol.cpp
│ │ └── sbaslercameracontrol.h
│ ├── Demo_BaslerCamera_Qt.pro
│ ├── README.md
│ ├── include
│ │ ├── GenICam.h
│ │ ├── GenICamFwd.h
│ │ ├── GenICamVersion.h
│ │ ├── _GenICamVersion.h
│ │ ├── base
│ │ │ ├── GCArray.h
│ │ │ ├── GCBase.h
│ │ │ ├── GCError.h
│ │ │ ├── GCException.h
│ │ │ ├── GCLinkage.h
│ │ │ ├── GCNamespace.h
│ │ │ ├── GCRTSSUtilities.h
│ │ │ ├── GCString.h
│ │ │ ├── GCStringVector.h
│ │ │ ├── GCSynch.h
│ │ │ ├── GCTypes.h
│ │ │ └── GCUtilities.h
│ │ ├── clprotocol
│ │ │ ├── CLAllAdapter.h
│ │ │ ├── CLAutoBuffer.h
│ │ │ ├── CLException.h
│ │ │ ├── CLPort.h
│ │ │ ├── CLProtocol.h
│ │ │ ├── CLProtocolLinkage.h
│ │ │ ├── CVersion.h
│ │ │ ├── ClAllSerial.h
│ │ │ ├── ClSerial.h
│ │ │ ├── ClSerialTypes.h
│ │ │ ├── DeviceID.h
│ │ │ ├── ISerial.h
│ │ │ ├── ISerialAdapter.h
│ │ │ ├── ISerialAdapterCStyle.h
│ │ │ └── XMLID.h
│ │ ├── genapi
│ │ │ ├── Autovector.h
│ │ │ ├── ChunkAdapter.h
│ │ │ ├── ChunkAdapterDcam.h
│ │ │ ├── ChunkAdapterGEV.h
│ │ │ ├── ChunkAdapterGeneric.h
│ │ │ ├── ChunkAdapterU3V.h
│ │ │ ├── ChunkPort.h
│ │ │ ├── Compatibility.h
│ │ │ ├── Container.h
│ │ │ ├── Counter.h
│ │ │ ├── DLLLoad.h
│ │ │ ├── EnumClasses.h
│ │ │ ├── EventAdapter.h
│ │ │ ├── EventAdapter1394.h
│ │ │ ├── EventAdapterGEV.h
│ │ │ ├── EventAdapterGeneric.h
│ │ │ ├── EventAdapterU3V.h
│ │ │ ├── EventPort.h
│ │ │ ├── Filestream.h
│ │ │ ├── GenApi.h
│ │ │ ├── GenApiDll.h
│ │ │ ├── GenApiLinkage.h
│ │ │ ├── GenApiNamespace.h
│ │ │ ├── GenApiVersion.h
│ │ │ ├── IBase.h
│ │ │ ├── IBoolean.h
│ │ │ ├── ICategory.h
│ │ │ ├── IChunkPort.h
│ │ │ ├── ICommand.h
│ │ │ ├── IDestroy.h
│ │ │ ├── IDeviceInfo.h
│ │ │ ├── IEnumEntry.h
│ │ │ ├── IEnumeration.h
│ │ │ ├── IEnumerationT.h
│ │ │ ├── IFloat.h
│ │ │ ├── IInteger.h
│ │ │ ├── INode.h
│ │ │ ├── INodeMap.h
│ │ │ ├── INodeMapDyn.h
│ │ │ ├── IPort.h
│ │ │ ├── IPortConstruct.h
│ │ │ ├── IPortRecorder.h
│ │ │ ├── IRegister.h
│ │ │ ├── ISelector.h
│ │ │ ├── ISelectorDigit.h
│ │ │ ├── IString.h
│ │ │ ├── IUserData.h
│ │ │ ├── IValue.h
│ │ │ ├── NodeCallback.h
│ │ │ ├── NodeMapFactory.h
│ │ │ ├── NodeMapRef.h
│ │ │ ├── Persistence.h
│ │ │ ├── Pointer.h
│ │ │ ├── PortImpl.h
│ │ │ ├── PortWriteList.h
│ │ │ ├── Reference.h
│ │ │ ├── RegisterSetHelper.h
│ │ │ ├── SelectorSet.h
│ │ │ ├── StructPort.h
│ │ │ ├── Synch.h
│ │ │ └── Types.h
│ │ ├── genapic
│ │ │ ├── GenApiC.h
│ │ │ ├── GenApiC32BitMethods.h
│ │ │ ├── GenApiCDefines.h
│ │ │ ├── GenApiCEnums.h
│ │ │ ├── GenApiCError.h
│ │ │ ├── GenApiCModule.h
│ │ │ └── GenApiCTypes.h
│ │ ├── pylon
│ │ │ ├── 1394
│ │ │ │ ├── Basler1394Camera.h
│ │ │ │ ├── Basler1394CameraEventHandler.h
│ │ │ │ ├── Basler1394ConfigurationEventHandler.h
│ │ │ │ ├── Basler1394DeviceInfo.h
│ │ │ │ ├── Basler1394GrabResultData.h
│ │ │ │ ├── Basler1394GrabResultPtr.h
│ │ │ │ ├── Basler1394ImageEventHandler.h
│ │ │ │ ├── Basler1394InstantCamera.h
│ │ │ │ ├── Basler1394InstantCameraArray.h
│ │ │ │ ├── Pylon1394Camera.h
│ │ │ │ ├── Pylon1394Includes.h
│ │ │ │ ├── _Basler1394CameraParams.h
│ │ │ │ ├── _IIDC1394ChunkData.h
│ │ │ │ ├── _IIDC1394EventParams.h
│ │ │ │ └── _IIDC1394StreamParams.h
│ │ │ ├── AcquireContinuousConfiguration.h
│ │ │ ├── AcquireSingleFrameConfiguration.h
│ │ │ ├── AviCompressionOptions.h
│ │ │ ├── AviWriter.h
│ │ │ ├── BufferFactory.h
│ │ │ ├── Callback.h
│ │ │ ├── CameraEventHandler.h
│ │ │ ├── ChunkParser.h
│ │ │ ├── ConfigurationEventHandler.h
│ │ │ ├── Container.h
│ │ │ ├── Device.h
│ │ │ ├── DeviceAccessMode.h
│ │ │ ├── DeviceClass.h
│ │ │ ├── DeviceFactory.h
│ │ │ ├── DeviceInfo.h
│ │ │ ├── EventAdapter.h
│ │ │ ├── EventGrabber.h
│ │ │ ├── EventGrabberProxy.h
│ │ │ ├── FeaturePersistence.h
│ │ │ ├── GrabResultData.h
│ │ │ ├── GrabResultPtr.h
│ │ │ ├── Image.h
│ │ │ ├── ImageEventHandler.h
│ │ │ ├── ImageFormat.h
│ │ │ ├── ImageFormatConverter.h
│ │ │ ├── ImagePersistence.h
│ │ │ ├── Info.h
│ │ │ ├── InstantCamera.h
│ │ │ ├── InstantCameraArray.h
│ │ │ ├── InterfaceInfo.h
│ │ │ ├── NodeMapProxy.h
│ │ │ ├── PayloadType.h
│ │ │ ├── Pixel.h
│ │ │ ├── PixelData.h
│ │ │ ├── PixelFormatConverter.h
│ │ │ ├── PixelFormatConverterBayer.h
│ │ │ ├── PixelFormatConverterBayer16.h
│ │ │ ├── PixelFormatConverterGamma.h
│ │ │ ├── PixelFormatConverterGammaPacked.h
│ │ │ ├── PixelFormatConverterMonoPacked.h
│ │ │ ├── PixelFormatConverterMonoXX.h
│ │ │ ├── PixelFormatConverterRGB.h
│ │ │ ├── PixelFormatConverterTruncate.h
│ │ │ ├── PixelFormatConverterTruncatePacked.h
│ │ │ ├── PixelFormatConverterYUV422.h
│ │ │ ├── PixelType.h
│ │ │ ├── PixelTypeMapper.h
│ │ │ ├── Platform.h
│ │ │ ├── PylonBase.h
│ │ │ ├── PylonBitmapImage.h
│ │ │ ├── PylonDeviceProxy.h
│ │ │ ├── PylonGUI.h
│ │ │ ├── PylonGUIIncludes.h
│ │ │ ├── PylonImage.h
│ │ │ ├── PylonImageBase.h
│ │ │ ├── PylonIncludes.h
│ │ │ ├── PylonLinkage.h
│ │ │ ├── PylonUtility.h
│ │ │ ├── PylonUtilityIncludes.h
│ │ │ ├── PylonVersion.h
│ │ │ ├── PylonVersionInfo.h
│ │ │ ├── PylonVersionNumber.h
│ │ │ ├── Result.h
│ │ │ ├── ResultImage.h
│ │ │ ├── ReusableImage.h
│ │ │ ├── SfncVersion.h
│ │ │ ├── SoftwareTriggerConfiguration.h
│ │ │ ├── StreamGrabber.h
│ │ │ ├── StreamGrabberProxy.h
│ │ │ ├── ThreadPriority.h
│ │ │ ├── TlFactory.h
│ │ │ ├── TlInfo.h
│ │ │ ├── TransportLayer.h
│ │ │ ├── TypeMappings.h
│ │ │ ├── WaitObject.h
│ │ │ ├── WaitObjects.h
│ │ │ ├── XmlFileProvider.h
│ │ │ ├── _ImageFormatConverterParams.h
│ │ │ ├── _InstantCameraParams.h
│ │ │ ├── cameralink
│ │ │ │ ├── BaslerCameraLinkCamera.h
│ │ │ │ ├── BaslerCameraLinkCameraEventHandler.h
│ │ │ │ ├── BaslerCameraLinkConfigurationEventHandler.h
│ │ │ │ ├── BaslerCameraLinkDeviceInfo.h
│ │ │ │ ├── BaslerCameraLinkGrabResultData.h
│ │ │ │ ├── BaslerCameraLinkGrabResultPtr.h
│ │ │ │ ├── BaslerCameraLinkImageEventHandler.h
│ │ │ │ ├── BaslerCameraLinkInstantCamera.h
│ │ │ │ ├── BaslerCameraLinkInstantCameraArray.h
│ │ │ │ ├── PylonCLSerDefs.h
│ │ │ │ ├── PylonCLSerDeviceInfo.h
│ │ │ │ ├── PylonCLSerIncludes.h
│ │ │ │ ├── PylonCameraLinkCamera.h
│ │ │ │ ├── PylonCameraLinkIncludes.h
│ │ │ │ └── _BaslerCameraLinkCameraParams.h
│ │ │ ├── gige
│ │ │ │ ├── ActionTriggerConfiguration.h
│ │ │ │ ├── BaslerGigECamera.h
│ │ │ │ ├── BaslerGigECameraEventHandler.h
│ │ │ │ ├── BaslerGigEConfigurationEventHandler.h
│ │ │ │ ├── BaslerGigEDeviceInfo.h
│ │ │ │ ├── BaslerGigEGrabResultData.h
│ │ │ │ ├── BaslerGigEGrabResultPtr.h
│ │ │ │ ├── BaslerGigEImageEventHandler.h
│ │ │ │ ├── BaslerGigEInstantCamera.h
│ │ │ │ ├── BaslerGigEInstantCameraArray.h
│ │ │ │ ├── GigETransportLayer.h
│ │ │ │ ├── PylonGigE.h
│ │ │ │ ├── PylonGigECamera.h
│ │ │ │ ├── PylonGigEDevice.h
│ │ │ │ ├── PylonGigEDeviceProxy.h
│ │ │ │ ├── PylonGigEIncludes.h
│ │ │ │ ├── _BaslerGigECameraParams.h
│ │ │ │ ├── _GigEChunkData.h
│ │ │ │ ├── _GigEEventParams.h
│ │ │ │ ├── _GigEStreamParams.h
│ │ │ │ └── _GigETLParams.h
│ │ │ ├── private
│ │ │ │ ├── DeviceSpecificCameraEventHandlerTie.h
│ │ │ │ ├── DeviceSpecificConfigurationEventHandlerTie.h
│ │ │ │ ├── DeviceSpecificGrabResultPtr.h
│ │ │ │ ├── DeviceSpecificImageEventHandlerTie.h
│ │ │ │ ├── DeviceSpecificInstantCamera.h
│ │ │ │ └── DeviceSpecificInstantCameraArray.h
│ │ │ ├── stdinclude.h
│ │ │ └── usb
│ │ │ ├── BaslerUsbCamera.h
│ │ │ ├── BaslerUsbCameraEventHandler.h
│ │ │ ├── BaslerUsbConfigurationEventHandler.h
│ │ │ ├── BaslerUsbDeviceInfo.h
│ │ │ ├── BaslerUsbGrabResultData.h
│ │ │ ├── BaslerUsbGrabResultPtr.h
│ │ │ ├── BaslerUsbImageEventHandler.h
│ │ │ ├── BaslerUsbInstantCamera.h
│ │ │ ├── BaslerUsbInstantCameraArray.h
│ │ │ ├── PylonUsbCamera.h
│ │ │ ├── PylonUsbDefs.h
│ │ │ ├── PylonUsbIncludes.h
│ │ │ ├── _BaslerUsbCameraParams.h
│ │ │ ├── _UsbChunkData.h
│ │ │ ├── _UsbEventParams.h
│ │ │ ├── _UsbStreamParams.h
│ │ │ └── _UsbTLParams.h
│ │ └── pylonc
│ │ ├── PylonAviCompressionOptions.h
│ │ ├── PylonC.h
│ │ ├── PylonC32BitMethods.h
│ │ ├── PylonCDefines.h
│ │ ├── PylonCEnums.h
│ │ ├── PylonCError.h
│ │ └── PylonCModule.h
│ ├── lib
│ │ ├── Win32
│ │ │ ├── GCBase_MD_VC120_v3_0_Basler_pylon_v5_0.lib
│ │ │ ├── GenApi_MD_VC120_v3_0_Basler_pylon_v5_0.lib
│ │ │ ├── PylonBase_MD_VC120_v5_0.lib
│ │ │ ├── PylonC_MD_BCC55.lib
│ │ │ ├── PylonC_MD_VC120.lib
│ │ │ ├── PylonGUI_MD_VC120_v5_0.lib
│ │ │ └── PylonUtility_MD_VC120_v5_0.lib
│ │ └── x64
│ │ ├── GCBase_MD_VC120_v3_0_Basler_pylon_v5_0.lib
│ │ ├── GenApi_MD_VC120_v3_0_Basler_pylon_v5_0.lib
│ │ ├── PylonBase_MD_VC120_v5_0.lib
│ │ ├── PylonC_MD_VC120.lib
│ │ ├── PylonGUI_MD_VC120_v5_0.lib
│ │ └── PylonUtility_MD_VC120_v5_0.lib
│ ├── main.cpp
│ ├── mainwindow.cpp
│ ├── mainwindow.h
│ ├── mainwindow.ui
│ ├── 效果1.png
│ └── 效果2.png
└── 找例子网_Demo_BaslerCamera_Qt-master.zip
17 directories, 284 files
评论